X-Git-Url: https://git.r.bdr.sh/rbdr/super-polarity/blobdiff_plain/74c155708d85abfc2cf227c08de4f27003015b3f..3de51c6f55d304f038df1b77c8ab346e2a187fe1:/Super%20Polarity/Screen.cs?ds=sidebyside diff --git a/Super Polarity/Screen.cs b/Super Polarity/Screen.cs index 8cea5c9..006b047 100644 --- a/Super Polarity/Screen.cs +++ b/Super Polarity/Screen.cs @@ -10,8 +10,10 @@ namespace SuperPolarity class Screen { protected SuperPolarity Game; + public bool Active; public Screen(SuperPolarity game) { + Active = false; Game = game; }